ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / RowEditStarting Property

In This Topic
    RowEditStarting Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientRowEditStarting client event. Occurs before a row enters edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property RowEditStarting As String
    public virtual string RowEditStarting {get; set;}
    See Also